home *** CD-ROM | disk | FTP | other *** search
- global gObj
-
- on mouseEnter me
- psmouseEnter(gObj, the currentSpriteNum)
- end
-
- on mouseDown me
- psMouseDown(gObj, the currentSpriteNum)
- end
-
- on mouseWithin me
- psmouseWithin(gObj, the currentSpriteNum)
- end
-
- on mouseUp me
- if psmouseUp(gObj, the currentSpriteNum, "theFace", "eyes") then
- go(1, the moviePath & "L01A2e")
- end if
- end
-